home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / program / delphi / kompon / BalmsoftPolyglot.exe / {app} / Demos / Delphi 4 / bsPolyglotDemoFrm.dfm / bsPolyglotDemoFrm.txt
Text File  |  2003-08-07  |  4KB  |  187 lines

  1. object bsPolyglotDemoForm: TbsPolyglotDemoForm
  2.   Left = 259
  3.   Top = 163
  4.   Width = 433
  5.   Height = 461
  6.   Caption = 'Balmsoft Polyglot Demo'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 86
  21.     Height = 13
  22.     Caption = 'Choose language:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 200
  26.     Top = 8
  27.     Width = 183
  28.     Height = 13
  29.     Caption = 'Strings are supported without limitation:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 16
  33.     Top = 304
  34.     Width = 162
  35.     Height = 52
  36.     Caption = 
  37.       'Very very long'#10#13'multi line labels or '#10#13'any other text with speci' +
  38.       'al symbols'#10#13'are also supported'
  39.   end
  40.   object cbLanguages: TComboBox
  41.     Left = 32
  42.     Top = 32
  43.     Width = 145
  44.     Height = 21
  45.     Style = csDropDownList
  46.     ItemHeight = 13
  47.     TabOrder = 0
  48.     OnChange = cbLanguagesChange
  49.   end
  50.   object Memo1: TMemo
  51.     Left = 200
  52.     Top = 24
  53.     Width = 217
  54.     Height = 73
  55.     Lines.Strings = (
  56.       #9'<-Here is Tab symbol'
  57.       'Use commas ,,,,,,,,,,,,,,,,,,,,,,'
  58.       'or quotation marks '#39'  '#39'  '#39'  '#39'  '#39'  '#39
  59.       'or double quotes "  "  "  "  "  "  "'
  60.       'no special limitations')
  61.     TabOrder = 1
  62.   end
  63.   object Button1: TButton
  64.     Left = 16
  65.     Top = 64
  66.     Width = 113
  67.     Height = 25
  68.     Caption = 'Size can vary'
  69.     TabOrder = 2
  70.     OnClick = Button1Click
  71.   end
  72.   object Panel1: TPanel
  73.     Left = 16
  74.     Top = 112
  75.     Width = 401
  76.     Height = 185
  77.     Caption = 'Panel1'
  78.     TabOrder = 3
  79.     object Panel2: TPanel
  80.       Left = 8
  81.       Top = 8
  82.       Width = 385
  83.       Height = 169
  84.       Caption = 'Panel2'
  85.       TabOrder = 0
  86.       object Label4: TLabel
  87.         Left = 8
  88.         Top = 8
  89.         Width = 366
  90.         Height = 13
  91.         Caption = 
  92.           'It is possible to translate column captions as well as any other' +
  93.           ' collection items.'
  94.       end
  95.       object DBGrid1: TDBGrid
  96.         Left = 8
  97.         Top = 24
  98.         Width = 369
  99.         Height = 137
  100.         DataSource = DataSource1
  101.         TabOrder = 0
  102.         TitleFont.Charset = DEFAULT_CHARSET
  103.         TitleFont.Color = clWindowText
  104.         TitleFont.Height = -11
  105.         TitleFont.Name = 'MS Sans Serif'
  106.         TitleFont.Style = []
  107.         Columns = <
  108.           item
  109.             Expanded = False
  110.             FieldName = 'FirstName'
  111.             Title.Caption = 'First Name'
  112.             Width = 91
  113.             Visible = True
  114.           end
  115.           item
  116.             Expanded = False
  117.             FieldName = 'LastName'
  118.             Title.Caption = 'Last Name'
  119.             Width = 123
  120.             Visible = True
  121.           end
  122.           item
  123.             Expanded = False
  124.             FieldName = 'Salary'
  125.             Width = 88
  126.             Visible = True
  127.           end>
  128.       end
  129.     end
  130.   end
  131.   object ComboBox1: TComboBox
  132.     Left = 200
  133.     Top = 304
  134.     Width = 217
  135.     Height = 21
  136.     ItemHeight = 13
  137.     TabOrder = 4
  138.     Text = 'ComboBox1'
  139.   end
  140.   object RadioGroup1: TRadioGroup
  141.     Left = 200
  142.     Top = 336
  143.     Width = 217
  144.     Height = 89
  145.     Caption = 'RadioGroup1'
  146.     ItemIndex = 0
  147.     Items.Strings = (
  148.       'Item 1'
  149.       'Item 1'#39
  150.       'Item 1 , Item 2')
  151.     TabOrder = 5
  152.   end
  153.   object Button2: TButton
  154.     Left = 16
  155.     Top = 368
  156.     Width = 169
  157.     Height = 25
  158.     Caption = 'Show Message'
  159.     TabOrder = 6
  160.     OnClick = Button2Click
  161.   end
  162.   object DataSource1: TDataSource
  163.     DataSet = Table1
  164.     Left = 208
  165.     Top = 200
  166.   end
  167.   object bsPolyglotTranslator1: TbsPolyglotTranslator
  168.     Manager = PolyglotManager
  169.     Left = 16
  170.     Top = 400
  171.   end
  172.   object PolyglotManager: TbsPolyglotManager
  173.     LangsDir = '.\'
  174.     CurrentLang = 'English'
  175.     TranslateResourceStrings = True
  176.     Left = 56
  177.     Top = 400
  178.   end
  179.   object Table1: TTable
  180.     Active = True
  181.     DatabaseName = 'DBDEMOS'
  182.     TableName = 'employee.db'
  183.     Left = 144
  184.     Top = 400
  185.   end
  186. end
  187.